Namespace:  Apache.NMS.Util
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public Class Atomic(Of T As IComparable) _
	Inherits AtomicReference(Of T)
C#
public class Atomic<T> : AtomicReference<T>
where T : IComparable
Visual C++
generic<typename T>
where T : IComparable
public ref class Atomic : public AtomicReference<T>
JavaScript
JavaScript does not support generic types or methods.

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  Apache.NMS.Util..::..AtomicReference<(Of <(<'T>)>)>
    Apache.NMS.Util..::..Atomic<(Of <(<'T>)>)>

See Also